Merge pull request #146 from L2G/redundant-rake

Removing one of two instances of 'rake' in Gemfile

Andrew Cantino %!s(int64=11) %!d(string=hace) años
padre
commit
e6986bd5fc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Gemfile

+ 0 - 1
Gemfile

@@ -52,6 +52,5 @@ group :development, :test do
52 52
   gem 'shoulda-matchers'
53 53
   gem 'rr'
54 54
   gem 'webmock', :require => false
55
-  gem 'rake'
56 55
   gem 'coveralls', :require => false
57 56
 end